home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
glibc-1.09
/
glibc-1
/
glibc-1.09.1
/
sysdeps
/
mach
/
hurd
/
err_hurd.sub
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-18
|
326 b
|
12 lines
/* This file defines the Mach error system for Hurd server errors. */
#include <stdio.h>
#include <errno.h>
/* Omit `const' because we are included with `static'
defined to `static const'. */
static struct error_subsystem err_hurd_sub[] =
{
{ "(os/hurd)", _HURD_ERRNOS, (const char *const *) _sys_errlist },
};